1f566b
@@ -93,7 +93,8 @@
public class SpringCamelContext extends DefaultCamelContext implements Initializ
             return;
         }
 
-        if (!isStarted()) {
+        if (!isStarted() && !isStarting()) {
+            // Make sure we will not get into the endless loop of calling star
             LOG.info("Starting Apache Camel as property ShouldStartContext is true");
             start();
         } else {
